Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

es-value-fixtures

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es-value-fixtures - npm Package Compare versions

Comparing version 1.3.1 to 1.4.0

7

CHANGELOG.md

@@ -8,2 +8,9 @@ # Changelog

## [v1.4.0](https://github.com/ljharb/es-value-fixtures/compare/v1.3.1...v1.4.0) - 2022-05-05
### Commits
- [meta] use `npmignore` to autogenerate an npmignore file [`e1e0e8f`](https://github.com/ljharb/es-value-fixtures/commit/e1e0e8fbd1188d634bbdceffa8c6be567a77ca58)
- [New] add `v.assignedDescriptor(value)` [`b9c4b68`](https://github.com/ljharb/es-value-fixtures/commit/b9c4b6810059151acc443a0cddb09bf20466e7d1)
## [v1.3.1](https://github.com/ljharb/es-value-fixtures/compare/v1.3.0...v1.3.1) - 2022-04-25

@@ -10,0 +17,0 @@

3

index.js

@@ -158,3 +158,6 @@ 'use strict';

},
assignedDescriptor: function (value) {
return descriptors.configurable(descriptors.enumerable(descriptors.writable({ value: value })));
},
descriptors: descriptors
};
{
"name": "es-value-fixtures",
"version": "1.3.1",
"version": "1.4.0",
"description": "Fixtures of ES values, for testing purposes",

@@ -11,2 +11,3 @@ "main": "index.js",

"scripts": {
"prepack": "npmignore --auto --commentLines=autogenerated",
"prepublish": "not-in-publish || npm run prepublishOnly",

@@ -54,2 +55,3 @@ "prepublishOnly": "safe-publish-latest",

"isarray": "^2.0.5",
"npmignore": "^0.3.0",
"nyc": "^10.3.2",

@@ -77,3 +79,8 @@ "reflect.ownkeys": "^1.1.0",

"hideCredit": true
},
"publishConfig": {
"ignore": [
".github/workflows"
]
}
}

@@ -84,2 +84,3 @@ 'use strict';

'genericDescriptor',
'assignedDescriptor',
'descriptors'

@@ -86,0 +87,0 @@ ];

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc