Socket
Socket
Sign inDemoInstall

immutable

Package Overview
Dependencies
0
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.0 to 2.0.0

dist/Immutable.d.ts

84

package.json
{
"name": "immutable",
"description": "efficient immutable data-structures in javascript.",
"version": "1.5.0",
"main": "src/immutable.js",
"keywords": [
"immutability",
"functional programming",
"fp",
"persistent datastructures"
],
"author": "hughfdjackson",
"license": "BSD",
"version": "2.0.0",
"description": "Immutable Data Collections",
"homepage": "https://github.com/leebyron/immutable-js",
"author": {
"name": "Lee Byron",
"url": "https://github.com/leebyron"
},
"repository": {
"type": "git",
"url": "https://github.com/hughfdjackson/immutable.git"
"url": "https://github.com/leebyron/immutable-js"
},
"dependencies": {
"string-hash": "1.1.0",
"persistent-hash-trie": "0.4.1"
"bugs": {
"url": "https://github.com/leebyron/immutable-js/issues"
},
"main": "dist/Immutable.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha",
"prepublish": "./node_modules/browserify/bin/cmd.js --standalone immutable -e src/immutable.js | ./node_modules/uglify-js/bin/uglifyjs > build/immutable.js"
"test": "jest"
},
"jest": {
"scriptPreprocessor": "resources/jestPreprocessor.js",
"testFileExtensions": ["js", "ts"],
"persistModuleRegistryBetweenSpecs": true
},
"devDependencies": {
"underscore": "*",
"mocha": "1.8.1",
"browserify": "2.17.2",
"uglify-js": "2.3.6"
"grunt": "^0.4.5",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-jest": "^0.1.0",
"grunt-react": "^0.8.2",
"react-tools": "~0.10.0",
"ts-compiler": "^2.0.0"
},
"testling": {
"files": "test/*-test.js",
"browsers": [
"iexplore/6.0",
"iexplore/7.0",
"iexplore/8.0",
"iexplore/9.0",
"iexplore/10.0",
"chrome/4.0",
"chrome/23.0",
"firefox/3.0",
"firefox/17.0",
"opera/10.0",
"opera/12.0",
"safari/5.0.5",
"safari/5.1"
],
"harness": "mocha"
}
"engines": {
"node": "0.8.x || 0.10.x"
},
"files": [
"dist"
],
"keywords": [
"immutable",
"persistent",
"lazy",
"data",
"datastructure",
"functional",
"collection",
"stateless",
"sequence",
"iteration"
],
"license": "MIT"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc