Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

what does tilde (~) and caret (^) mens in package.json file

Major, minor and patch represent the different releases of a package.

npm uses the tilde (~) and caret (^) to designate which patch and minor versions to use respectively.

So if you see ~1.0.2 it means to install version 1.0.2 or the latest patch version such as 1.0.4. If you see ^1.0.2 it means to install version 1.0.2 or the latest minor or patch version such as 1.1.0.
Comment

PREVIOUS NEXT
Code Example
Javascript :: formatar data com jquery 
Javascript :: how to program in javascript and jquery on a page 
Javascript :: js browse file 
Javascript :: samuel 
Javascript :: node alternative to btoa 
Javascript :: warn user before leaving page angular 
Javascript :: Return a sorted array without mutating the original array JS Javascript Free Code Camp FCC 
Javascript :: swal.fire on click back and forth forward 
Javascript :: package.json laravel best 
Javascript :: how to make random responses 
Javascript :: eosio name to int js 
Javascript :: how does a dictionary from c# translate into js 
Javascript :: laravel pass collection to javascript 
Javascript :: cypress read xml file 
Javascript :: jsonb_set remove key 
Javascript :: aktuelle session id auslesen jsf 
Javascript :: nodejs api to logged in users count on an application 
Javascript :: firebase remove not valid token 
Javascript :: google app script column to array indexOf 
Javascript :: pegar qual domínio eu estou javascript 
Javascript :: how to calculate each row with on change table <td<input jquery 
Javascript :: java script num toSting syntax eror 
Javascript :: petition the lord with prayer 
Javascript :: expect vue test utils compare objects 
Javascript :: int cating javascript 
Javascript :: change items per page pagination angularjs 
Javascript :: $set 
Javascript :: ajax data does not support alphabets 
Javascript :: monk remove 
Javascript :: latvia 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =