private-props
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -1,1 +0,1 @@ | ||
module.exports = require('./src/private')() | ||
module.exports = require('./lib/private')() |
{ | ||
"name": "private-props", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Private property simulation for javascript", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"license": "ISC", | ||
"homepage": "https://github.com/yakovmeister/private-props", | ||
@@ -13,2 +13,4 @@ "repository": { | ||
"scripts": { | ||
"compile": "babel-compile -p es2017 -p es2015 src:lib", | ||
"compile:test": "babel-compile -p es2017 -p es2015 test/classes:lib", | ||
"test": "_mocha test" | ||
@@ -22,6 +24,17 @@ }, | ||
"author": "Jacob Baring <owari@waifu.club>", | ||
"license": "ISC", | ||
"dependencies": { | ||
"babel-polyfill": "^6.23.0" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.24.0", | ||
"babel-compile": "^2.0.0", | ||
"babel-minify": "^0.2.0", | ||
"babel-plugin-syntax-async-functions": "^6.1.4", | ||
"babel-plugin-transform-regenerator": "^6.1.4", | ||
"babel-preset-es2015": "^6.24.0", | ||
"babel-preset-es2017": "^6.24.1", | ||
"babel-preset-stage-2": "^6.22.0", | ||
"babel-register": "^6.24.0", | ||
"mocha": "^4.0.1" | ||
} | ||
} | ||
} |
@@ -33,2 +33,6 @@ # private-props | ||
module.exports = Foo | ||
``` | ||
``` | ||
## Issues | ||
- somehow the content of the class is visible if you supply an instantiated version of the class |
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
4164
6
0
21
37
1
10
+ Addedbabel-polyfill@^6.23.0
+ Addedbabel-polyfill@6.26.0(transitive)
+ Addedbabel-runtime@6.26.0(transitive)
+ Addedcore-js@2.6.12(transitive)
+ Addedregenerator-runtime@0.10.50.11.1(transitive)